home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
flash_ch.swf
/
scripts
/
frame_10
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
297b
|
17 lines
undo_move(allPossibleMoves[index],side,capturedPiece);
if(bestScore < moveScore)
{
bestScore = moveScore;
bestMove = allPossibleMoves[index];
}
if(alpha < bestScore)
{
alpha = bestScore;
}
if(alpha >= beta)
{
gotoAndPlay(11);
}
index++;
gotoAndPlay(_currentframe - 1);